With the instance now launched, I have to install various programs etc so I can do my work.
In [2]:
! ls
In [3]:
! sudo apt-get install git
Looks like git is already installed.
In [4]:
! git clone https://github.com/mathematiguy/welcome-to-night-vale
I also need keras as well
In [1]:
! pip install keras
In [ ]: